a=d2s(random*10,0);

if (a>5){

print("Big");

}

else{

if (a==5){

print("Medium");

}

else{

print("small");

}}